home *** CD-ROM | disk | FTP | other *** search
/ MacHack 2000 / MacHack 2000.toast / pc / The Hacks / SnoozeAlarm / require.h < prev    next >
Text File  |  2000-06-23  |  725b  |  26 lines

  1. /****************************************************************************************
  2.     require.h
  3.     
  4.         I think I'm paranoid
  5.             and complicated.
  6.         I think I'm paranoid
  7.             manipulate it.
  8.     
  9.     Copyright © 1997-2000 Red Shed Software. All rights reserved.
  10.     by Jonathan 'Wolf' Rentzsch (jon@redshed.net)
  11.     
  12.     Commenter    Date                Comment
  13.     ---------    -----------------    -----------------------------------------------------
  14.     wolf        Mon, Jul 21, 1997    Created.
  15.     
  16.     ************************************************************************************/
  17.  
  18. #ifndef        _require_
  19. #define        _require_
  20.  
  21. #define        GenerateRequirements    1    //    0 turns requirement checking off,
  22.                                         //    1 turns it on.
  23.  
  24. #include    "requireDefinitions.h"
  25.  
  26. #endif    //    _require_